* {
  font-family: regular;
}
#contact-bg {
  padding-top: 50px;
  background-color: #ffffff;
}
.contactmy{
  color: #f15e25 !important;
}
.mysubmitbtn {
  background-color: #f15e25 !important;
  color: white;
  box-sizing: border-box;
  padding: 10px 20px;
}
.boldcpm {
  font-family: bold;
  border-bottom: 2px solid #f15e25;
  margin: 20px 0px;
  padding: 10px 0px;
}
.contecrtimg {
  width: 200px;
  height: 170px;
}
.largecard {
  height: 250px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, rgb(51, 51, 51) 0px 0px 0px 3px;
  padding: 15px;
}
.largecard:hover {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px,
    rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}
.form-label {
  margin-bottom: 0.5rem;
  font-family: bold;
}

.ourbiulding {
  height: 100%;
  width: 60%;
  margin-left: 122px;
  border-radius: 20px;
}

.margintop {
  margin-top: -50px;
}

@media screen and (min-width: 700px) and (max-width: 1025px) {
  .margintop {
    margin-top: 0px;
  }
}

@media screen and (min-width: 400px) and (max-width: 1227px) {
  .ourbiulding {
    height: 100%;
    width: 100%;
    margin-left: 0%;
  }

  .margintop {
    margin-top: 0px;
  }
  .largecard {
    width: auto;
    height: 200px;
  }
}

@media screen and (min-width: 318px) and (max-width: 480px) {
  .ourbiulding1 {
    height: 50%;
    width: 50%;
    margin-left: 0%;
    margin-bottom: 11px;
  }
  .largecard {
    width: auto;
    height: 450px;
  }
  #contact-bg {
    padding-top: 12px;
    background-color: #ffffff;
  }

  .margintop {
    margin-top: 0px;
  }
}

@media screen and (min-width: 600px) and (max-width: 900px) {
  .mysetipad {
    width: 100%;
  }
}
